home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: jlilley@ix.netcom.com (John Lilley)
- Newsgroups: comp.lang.c++
- Subject: Re: Bletcherous kludge!
- Date: 30 Mar 1996 23:51:22 GMT
- Organization: Netcom
- Message-ID: <4jkhdq$i4b@dfw-ixnews6.ix.netcom.com>
- References: <4jhr2b$9ou@portal.gmu.edu>
- NNTP-Posting-Host: den-co15-25.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-NETCOM-Date: Sat Mar 30 5:51:22 PM CST 1996
- X-Newsreader: WinVN 0.99.7
-
- In article <4jhr2b$9ou@portal.gmu.edu>, rraffer1@osf1.gmu.edu says...
- >
- >I am trying to get the contents of a custom String class to be converted
- >into numeric data, ie float. The String class consists of :
- >
- >Buffer: a null-terminated array of char
-
- C++ still has atof(). There is probably a more elegant, C++ correct approach
- that I don't know of.
-
- john lilley
-
-